home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / logeqfv6.zip / IC-726.RIG < prev    next >
Text File  |  1993-02-24  |  2KB  |  41 lines

  1. Icom IC-726        ! Radio Model Number for display within Log-EQF
  2. 1.0                ! Update rate in seconds - 0 is fast, while 10 is slow!
  3.                    ! Acknowledge command, if required (leave blank if not)
  4. 6                  ! Bytes to receive from radio as ECHO or OK block
  5.                    ! Pacing or Initialize command, if required
  6. H                  ! Hexadecimal (H) or String (S) instruction data type
  7. F                  ! Commands sent to radio Forward (F) or Reverse (R) order
  8.                    ! -------------- FREQUENCY READ -------------------------
  9. FEFE30E003FD       ! Command to receive operating FREQUENCY from radio
  10. 11                 ! Number of bytes expected from radio after FREQ command
  11. 6                  ! Starting byte position for FREQUENCY value
  12. 5                  ! Number of bytes in FREQUENCY value
  13. R                  ! Frequency decoded in Forward (F) or Reverse (R) order
  14. B                  ! BCD (B) or Weighted Binary (W)
  15.                    ! -------------- MODE READ ------------------------------
  16. FEFE30E004FD       ! Command to receive operating MODE from radio
  17. 7                  ! Number bytes expected from radio after MODE command
  18. 6                  ! Starting byte position for MODE value
  19. 1                  ! Number of bytes in MODE value
  20.                    ! Bit mask for MODE value, if required
  21. 3                  ! Value for CW
  22. 0                  ! Value for LSB
  23. 1                  ! Value for USB
  24. 5                  ! Value for FM
  25. 2                  ! Value for AM
  26. 7                  ! Value for FSK
  27.                    ! -------------- FREQUENCY SET --------------------------
  28. FEFE30E0050000000000FD    ! Command to set the operating FREQUENCY
  29. 6                  ! Starting byte position for FREQUENCY value
  30. 5                  ! Number of bytes in FREQUENCY value
  31.                    ! -------------- MODE SET -------------------------------
  32. FEFE30E0060000FD   ! Command to set the operating MODE
  33. 6                  ! Starting byte position for MODE value
  34. 1                  ! Number of bytes in MODE value
  35. 3                  ! Value for CW
  36. 0                  ! Value for LSB
  37. 1                  ! Value for USB
  38. 5                  ! Value for FM
  39. 2                  ! Value for AM
  40. 7                  ! Value for FSK
  41.